+2005-06-28 Ross Burton <ross@burtonini.com>
+
+ * gtk/tmpl/gtkcomboboxentry.sgml: Clarify.
+
2005-06-27 Matthias Clasen <mclasen@redhat.com>
* gdk/tmpl/event_structs.sgml: Update docs.
<para>
In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry
must always have a text column (see gtk_combo_box_entry_set_text_column()),
-and the entry will show the content of the text column in the selected row.
+and the entry will show the content of the text column in the selected row. To
+get the text from the entry, use gtk_combo_box_get_active_text().
</para>
<para>